Task/Items({SerialNumber})

Returns a single task item matching the specified SerialNumber.

  Value Notes
URI {Service Root URI}/Task/Items({SerialNumber})
e.g.
https://api.denallix.com:443/K2Services/SyncREST.svc/Task/Items(16_8)

{SerialNumber} is a String and is the serial number for the task item

Optional Query options can be passed, see
System Query Options

Method GET  
Return Type Task or Failure  
Return Example <Task SerialNumber="16_8" xmlns="http://schemas.k2.com/task/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProcessName>Order Process</ProcessName>
  <StartDate>2011-02-14T22:52:19.77Z</StartDate>
  <ProcessFullName>K2 Examples\Order Process</ProcessFullName>
  <ProcessFolio>Order Process - K2</ProcessFolio>
  <ActivityName>Manager Approval</ActivityName>
  <Priority>1</Priority>
  <Status>Available</Status>
  <Originator/>
  <Data>http://DLX:81/Workspace/ClientEventPages/K2_Examples/Order_Process_Page_9103682c.aspx?SN=16_8</Data>
  <Action Name="Approve" Batchable="true"/>
  <Action Name="Decline" Batchable="true"/>
  <Action Name="Rework" Batchable="true"/>
</Task>

 

K2 blackpearl Developers Reference4.7
Video Links Learn Support
No videos found for this article
K2 on YouTube
No Additional links found for this article
No self-learning content for this article
Try some scenarios...
No relevant support links available for this article